body>div>header>nav>div>img {
	height: 100px;
	width: auto;
}

body>div>main>div>img {
	max-height: 25vh;
}

#slide-show {
	object-fit: cover;
}

#calendar {
	object-fit: cover;
	display: inline-block;
}

.hidden {
	display: none;
}

.carousel-item {
	height: 32vw;
}

fieldset select#startingPoint {

	width: 180px;
}

fieldset select#endingPoint {

	width: 180px;
}

div#driveMap {
	width: 400px;
	height: 300px;
	border: 3px solid gray;
	margin: 0 15px 0 70px;
	float: left;
}

div#driveDirections {
	width: 400px;
	height: 300px;
	border: 3px solid gray;
	margin: 0 30px 0 0;
	float: left;
	overflow: scroll;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset {
	border: 1px solid black;
}

/* main content */
body {
	background-color: #ffc107;
}

article {
	background: #f6ab6d;
	;
	border-top: 1px solid black;
}

article h2 {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding: 10px 5px 0;
	background-color: #EFE0B9;
}

article table {
	width: 100%;
	text-align: center;
}

article table caption {
	padding: 5px;
	background-color: #EFE0B9;
}

article td {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-collapse: collapse;
	padding: 5px;
}

article td {

	clear: left;

}

/* footer */
footer {
	width: 100%;
	font-size: 14px;
	padding: 10px;
	background-color: #fd7e14;
}

header {
	background-color: #fd7e14;
}

footer p {
	text-align: center;
}

tbody td {
	border: 1px solid black;
}

tfoot tr td {
	border: 10px solid white;
	padding: 10px 0;
}